home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 2005 October / Computer Shopper 2005 October.iso / Toolkit / System / Directory Opus / DOpusInstall.exe / Disk1 / data1.cab / Buttons / NerOpus.dop < prev    next >
Encoding:
Extensible Markup Language  |  2005-06-10  |  6.5 KB  |  138 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <toolbar>
  3.     <wallpaper enabled="yes" type="tile">
  4.         <std_type>toolbar</std_type>
  5.     </wallpaper>
  6.     <buttons child_icons="on" display="icon" effect="gray" type="menu">
  7.         <button display="both" effect="off" icon_size="large" label_pos="bottom">
  8.             <label>CD Info</label>
  9.             <tip>CD Info</tip>
  10.             <icon1>C:\Program Files\ahead\Nero\nero.exe,49</icon1>
  11.             <function type="batch">
  12.                 <instruction>"C:\Program Files\ahead\Nero\NeroCmd.exe" --cdinfo --no_error_log --drivename d</instruction>
  13.                 <instruction>pause</instruction>
  14.             </function>
  15.         </button>
  16.         <button display="both" effect="off" icon_size="large" separate="yes" type="three_button">
  17.             <label>Erase CD</label>
  18.             <icon1>C:\Program Files\ahead\Nero\nero.exe,81</icon1>
  19.             <button display="both" effect="off" icon_size="large">
  20.                 <label>Erase CD</label>
  21.                 <tip>Performs a QUICK erase on CD</tip>
  22.                 <icon1>C:\Program Files\ahead\Nero\nero.exe,80</icon1>
  23.                 <function type="batch">
  24.                     <instruction>"C:\Program Files\ahead\Nero\NeroCmd.exe" --erase --no_error_log --drivename d</instruction>
  25.                     <instruction>pause</instruction>
  26.                 </function>
  27.             </button>
  28.             <button display="both" effect="off" icon_size="large">
  29.                 <label>Full Erase</label>
  30.                 <tip>Performs a FULL erase</tip>
  31.                 <icon1>C:\Program Files\ahead\Nero\nero.exe,80</icon1>
  32.                 <function type="batch">
  33.                     <instruction>@echo off</instruction>
  34.                     <instruction>echo. </instruction>
  35.                     <instruction>echo This command performs a  FULL erase and the time to do this will depend on the</instruction>
  36.                     <instruction>echo speed of your drive, and the speed of the media.</instruction>
  37.                     <instruction>echo. </instruction>
  38.                     <instruction>echo Nero reports the time to perform this erase incorrectly.</instruction>
  39.                     <instruction>echo Where is says seconds, it means minutes!</instruction>
  40.                     <instruction>echo.</instruction>
  41.                     <instruction>echo Ctrl-C to abort or any key to continue</instruction>
  42.                     <instruction>echo.</instruction>
  43.                     <instruction>pause</instruction>
  44.                     <instruction>"C:\Program Files\ahead\Nero\NeroCmd.exe" --erase --entire --no_error_log --drivename d</instruction>
  45.                     <instruction>echo.</instruction>
  46.                     <instruction>echo CDRW is completely erased!</instruction>
  47.                     <instruction>pause</instruction>
  48.                 </function>
  49.             </button>
  50.         </button>
  51.         <button display="both" effect="off" icon_size="large">
  52.             <label>Open Tray</label>
  53.             <tip>Opens CD tray</tip>
  54.             <icon1>C:\Program Files\ahead\Nero\nero.exe,30</icon1>
  55.             <function type="batch">
  56.                 <instruction>runmode hide</instruction>
  57.                 <instruction>C:\Program Files\ahead\Nero\NeroCmd.exe --eject --no_error_log --drivename d</instruction>
  58.             </function>
  59.         </button>
  60.         <button display="both" effect="off" icon_size="large" separate="yes">
  61.             <label>Close Tray</label>
  62.             <tip>Closes CD Tray</tip>
  63.             <icon1>C:\Program Files\ahead\Nero\nero.exe,42</icon1>
  64.             <function type="batch">
  65.                 <instruction>runmode hide</instruction>
  66.                 <instruction>C:\Program Files\ahead\Nero\NeroCmd.exe --load --no_error_log --drivename d</instruction>
  67.             </function>
  68.         </button>
  69.         <button display="both" effect="off" icon_size="large">
  70.             <label>Burn CD</label>
  71.             <tip>Burn CD</tip>
  72.             <icon1>C:\Program Files\Ahead\Nero\nero.exe,0</icon1>
  73.             <function type="batch">
  74.                 <instruction>"C:\program files\ahead\Nero\NeroCmd.exe" --real --detect_non_empty_cdrw --no_error_log --recursive --underrun_prot --write --drivename d --iso "{Rs|Enter volume label, 16 chars max.|DopusCD}" {allfilepath$}  </instruction>
  75.                 <instruction>echo.</instruction>
  76.                 <instruction>echo CD burn completed!</instruction>
  77.                 <instruction>pause</instruction>
  78.             </function>
  79.         </button>
  80.         <button display="both" effect="off" icon_size="large">
  81.             <label>Burn DVD</label>
  82.             <tip>Burn DVD</tip>
  83.             <icon1>C:\Program Files\Ahead\Nero\nero.exe,0</icon1>
  84.             <function type="batch">
  85.                 <instruction>"C:\program files\ahead\Nero\NeroCmd.exe" --real --dvd --detect_non_empty_cdrw --no_error_log --recursive --underrun_prot --write --drivename d --iso "{Rs|Enter DVD volume label, 16 chars max. |DopusDVD}" {allfilepath$}  </instruction>
  86.                 <instruction>echo.</instruction>
  87.                 <instruction>echo DVD burn completed!</instruction>
  88.                 <instruction/>
  89.                 <instruction>pause</instruction>
  90.             </function>
  91.         </button>
  92.         <button display="both" effect="off" icon_size="large">
  93.             <label>Burn Audio</label>
  94.             <tip>Burn Audio CD</tip>
  95.             <icon1>C:\Program Files\ahead\Nero\nero.exe,4</icon1>
  96.             <function type="batch">
  97.                 <instruction>"c:\Program Files\ahead\Nero\NeroCmd.exe" --real --detect_non_empty_cdrw --underrun_prot --write --no_error_log --cd_text --drivename d  --audio {allfilepath$}</instruction>
  98.                 <instruction>echo.</instruction>
  99.                 <instruction>echo Your audio CD is complete! </instruction>
  100.                 <instruction>echo.</instruction>
  101.                 <instruction>pause</instruction>
  102.             </function>
  103.         </button>
  104.         <button display="both" effect="off" icon_size="large" separate="yes">
  105.             <label>Burn ISO</label>
  106.             <tip>Burn an ISO image</tip>
  107.             <icon1>C:\Program Files\ahead\Nero\nero.exe,6</icon1>
  108.             <function type="batch">
  109.                 <instruction>"c:\Program Files\ahead\nero\NeroCmd.exe"  --write --no_error_log --drivename d --real --image {filepath$|noext}.iso --detect_non_empty_cdrw --underrun_prot</instruction>
  110.                 <instruction>echo.</instruction>
  111.                 <instruction>echo Your ISO image is burned!</instruction>
  112.                 <instruction>pause</instruction>
  113.             </function>
  114.         </button>
  115.         <button display="both" effect="off" icon_size="large" separate="yes">
  116.             <label>Rip Track</label>
  117.             <tip>Rips a given tack</tip>
  118.             <icon1>C:\Program Files\ahead\Nero\nero.exe,39</icon1>
  119.             <function type="batch">
  120.                 <instruction>cd {sourcepath}</instruction>
  121.                 <instruction>"c:\program files\ahead\nero\nerocmd"  --read --no_error_log --drivename d --{Rs|Enter the track to rip (leading zero needed for 1-9)} {Rs|Save file to sourcedir as (.wav will be appended)|}.wav</instruction>
  122.                 <instruction>echo.</instruction>
  123.                 <instruction>echo Track ripped!</instruction>
  124.                 <instruction>pause</instruction>
  125.             </function>
  126.         </button>
  127.         <button display="both" effect="off" icon_size="large">
  128.             <label>Template</label>
  129.             <tip>Template</tip>
  130.             <icon1>C:\Program Files\ahead\Nero\nero.exe,10</icon1>
  131.             <function type="batch">
  132.                 <instruction>"C:\Program Files\ahead\Nero\NeroCmd.exe" </instruction>
  133.                 <instruction>pause</instruction>
  134.             </function>
  135.         </button>
  136.     </buttons>
  137. </toolbar>
  138.